CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Region Growing segmentation

搜索资源列表

  1. imagesegmentation

    0下载:
  2. 基于区域生长的图像分割算法,效果很一般,有用的可以-Based on region growing image segmentation algorithm, the effect is very general, useful can have a try
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1784
    • 提供者:田伟伟
  1. taotao51

    1下载:
  2. 图像分割 自适应阈值法,otsu法,区域生长法,最大熵法,贝叶斯法,kMeans法,MeanShift法。-Adaptive threshold image segmentation method, otsu method, region growing method, the maximum entropy method, Bayesian method, kMeans law, MeanShift law.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8014
    • 提供者:淘涛
  1. RegionGrowing

    0下载:
  2. 此代码是基于区域生长的图像分割算法,人工选择种子点然后进行分割-This code is based on region growing image segmentation algorithm, artificial selection of seed points and then divided
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1133
    • 提供者:张凌瑞
  1. image-processing-method

    0下载:
  2. 这是一个关于图像处理课程的综合性程序,囊括了图形变换(傅里叶正反变换和离散余旋正反变换)、灰度变换(线性拉伸、直方图均衡)、图像增强(中值滤波、均值滤波以及梯度锐化)、代数运算(两幅图像之间的相加减)、图像分割(Roberts算法、Sobel算法、Laplacian算法以及区域生长)、图像转换(灰度化和二值化)等。-It is a comprehensive program for image processing programs, to include graphics transforma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7813332
    • 提供者:云曦
  1. regiongrowing

    0下载:
  2. 通过区域生长法,自动检测分割图像,提取图形特征区域,进行模式识别-By region growing method to automatically detect image segmentation, feature extraction graphics area, pattern recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1422
    • 提供者:wuxiangyu
  1. SGR_Autoseed

    0下载:
  2. 自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割-Automatic seeded region growing code, using MATLAB operation, do not need to select seed points can be automatically selected threshold image segmentation
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4513
    • 提供者:张昭男
  1. rg

    0下载:
  2. region growing technique used for segmenting image...segmentation done in medical images to detect specific layer
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:55985
    • 提供者:sujitha
  1. 3332

    0下载:
  2. 基于区域生长的图像分割,可以进行有效的图像分割-d region growing image segmentation algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1484
    • 提供者:luruitao
  1. quyushengzhang

    0下载:
  2. 通过循环去多个种子点实现基于区域生长的图像分割-Achieve image segmentation based on region growing cycle to go through multiple seed points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:xululu
  1. Lab__kongjianquyuzengzhang

    0下载:
  2. 此为在Lab空间下进行区域增长,进行图像分割的程序方法,鲜果明显,适用于大部分的图像。-Method This program is carried out in the Lab space region growing, image segmentation, fruit obviously, for most of the images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:shendesheng
  1. Image-Growing-and-segmentation

    0下载:
  2. Segmentation by growing a region seed point using intensity mean measure-Segmentation by growing a region seed point using intensity mean measure
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:55084
    • 提供者:GarimaGupta
  1. zishiying

    0下载:
  2. 自适应区域生长算法在医学图像分割中的应用-Algorithm in medical image segmentation adaptive region growing
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:689241
    • 提供者:彭璐
  1. quyushengzhang

    0下载:
  2. 一种新的基于区域生长的彩色图像分割算法研究-A new segmentation algorithm for color images based on region growing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-02
    • 文件大小:580509
    • 提供者:彭璐
  1. bianyuanjiance

    0下载:
  2. 基于边缘检测和自动种子区域生长的图像分割算法-Image segmentation algorithm based on edge detection and automatic seed region growing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:295051
    • 提供者:彭璐
  1. regiongrowing

    0下载:
  2. 区域生长法实现图像分割 区域生长的基本思想是将具有相似性质的像素集合起来构成区域。具体是先对每个需要分割的区域找一个种子像素作为生长的起点,然后将种子像素周围领域中与种子像素相同或相似性质的像素(根据某种事先确定生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当做新的种子像素继续进行上面的过程,直到再没有满足条件的像素可被包括进来,这样,一个区域就长成了。-The basic idea of ​ ​ the pixels to achieve image s
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2166
    • 提供者:pll
  1. quyushengzhang

    0下载:
  2. 一种采用了区域生长方法进行图像分割,分割效果比较理想,但是算法比较简单,可以推荐进行简单算法融合时候使用。-A the region growing method is applied to image segmentation, the segmentation effect is ideal, but the algorithm is simpler, can be recommended to use simple algorithm fusion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:44596
    • 提供者:白翁翁
  1. 2

    0下载:
  2. 基于区域生长的图像分割方法,在图像分类中很有帮助-Image segmentation based on region growing method, useful in image classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:宋子敏
  1. chap7

    0下载:
  2. 图像分割,全局阈值,迭代阈值分割,区域生长发等-Image segmentation, global threshold, iterative thresholding, region growing hair, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4056
    • 提供者:韩建辉
  1. Project-Codes-(for-submission)

    0下载:
  2. Blood vessel Segmentation using region growing operation
  3. 所属分类:hospital software system

    • 发布日期:2017-05-03
    • 文件大小:766109
    • 提供者:madhu
  1. images

    0下载:
  2. An unsupervised and robust algorithm for segmenting color images using graph theoretic concepts is proposed in this paper. A novel region growing procedure is proposed for cycle (segments) formation and cycle merging. Experiments were carried o
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:556576
    • 提供者:杨松
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com